home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / Tool Chest / Development Platforms / MPW Related / MPW Interfaces / PInterfaces / PrintTraps.p < prev    next >
Encoding:
Text File  |  1993-09-17  |  755 b   |  43 lines  |  [TEXT/MPS ]

  1. {
  2.     File:        PrintTraps.p
  3.  
  4.     Copyright:    © 1983-1993 by Apple Computer, Inc.
  5.                 All rights reserved.
  6.  
  7.     Version:    System 7.1 for ETO #11
  8.     Created:    Tuesday, March 30, 1993 18:00
  9.  
  10. }
  11.  
  12. {This file is provided to support existing references to it. The up to date interface is
  13.    defined in Printing.p
  14. }
  15.  
  16. {$IFC UNDEFINED UsingIncludes}
  17. {$SETC UsingIncludes := 0}
  18. {$ENDC}
  19.  
  20. {$IFC NOT UsingIncludes}
  21.     UNIT PrintTraps;
  22.     INTERFACE
  23. {$ENDC}
  24.  
  25. {$IFC UNDEFINED UsingPrintTraps}
  26. {$SETC UsingPrintTraps := 1}
  27.  
  28. {$I+}
  29. {$SETC PrintTrapsIncludes := UsingIncludes}
  30. {$SETC UsingIncludes := 1}
  31. {$IFC UNDEFINED UsingPrinting}
  32. {$I $$Shell(PInterfaces)Printing.p}
  33. {$ENDC}
  34. {$SETC UsingIncludes := PrintTrapsIncludes}
  35.  
  36.  
  37. {$ENDC}    { UsingPrintTraps }
  38.  
  39. {$IFC NOT UsingIncludes}
  40.     END.
  41. {$ENDC}
  42.  
  43.